Fix a typo in the docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 Jan 2009 04:07:00 +0000 (04:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 Jan 2009 04:07:00 +0000 (04:07 +0000)
svn path=/trunk/; revision=22062

ChangeLog
gtk/gtktreemodel.c

index d2af18c25c67dbcc1df84c2d0d220f2e1e18e873..341146221565e59e72b6c40d735a3c9282517483 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2009-01-03  Matthias Clasen  <mclasen@redhat.com>
+2009-01-04  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 566568 – gtk_tree_model_get_value docs typo
+
+       * gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo
+       in the docs, pointed out by Christian Persch.
+
+2009-01-04  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 566391 – gtk_about_dialog_set_url_hook should activate 
        pre-existing website links
index cd02ad76f1093b8773329636d5c95f1a558fda9e..c8cc7b2dad57f2ea3c4524498075dd65d45c9bb1 100644 (file)
@@ -1122,9 +1122,10 @@ gtk_tree_model_get_path (GtkTreeModel *tree_model,
  * @column: The column to lookup the value at.
  * @value: An empty #GValue to set.
  *
- * Sets initializes and sets @value to that at @column.  When done with @value,
- * g_value_unset() needs to be called to free any allocated memory.
- **/
+ * Initializes and sets @value to that at @column.
+ * When done with @value, g_value_unset() needs to be called 
+ * to free any allocated memory.
+ */
 void
 gtk_tree_model_get_value (GtkTreeModel *tree_model,
                          GtkTreeIter  *iter,